home *** CD-ROM | disk | FTP | other *** search
- Path: pacifica.access.ch!usenet
- From: Jean Michel den Hartog <mvslasertechnik@access.ch>
- Newsgroups: comp.lang.c++
- Subject: Newbie question re Hybrid project C, C++
- Date: Sat, 23 Mar 1996 13:08:00 +0100
- Organization: MVS Lasertechnik
- Message-ID: <3153E9A0.67E6@access.ch>
- NNTP-Posting-Host: gatezh5-28.access.ch
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
-
- I have a project coded in C, which I want to develop with C++.
- To continue my project I added a C++ module to the C modules.
-
- First the C++ code didn't "see" any of my "C" functions
- (adding the lines extern "C" { } took care of that)
-
- Now my "C" code does not see any functions (C, or C++) in the CPP node.
- Can anyone tell me how I get my C-code to see C-functions (not C++ specific)
- in the cpp module ??
-
- (I'm using Borlane C 4.5)
-
- Thanks
- Jean Michel den Hartog
-